STEP 3: Let's look at the circle and the grey comment again. The comment tells us that the second number is the y-coordinate.

  • Change the circle's y-coordinate to 175.
  • Remember, the grey text isn't our code; it's a comment and the computer ignores it.
  • Do not change the grey comment.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# sprite = codesters.Circle(x, y, diameter, "color") sprite = codesters.Circle(-150, 0, 100, "blue")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)